Skip to main content
Version: 5.3.0.0

Logging Event

Description

The logging event can be used to log custom events during process execution. This is especially useful for:

  • Process Tracking
  • Error Handling
  • Exception Handling
  • Tracing Pipelines

Creation

Logging events can be created like any other scenario element by either using the + button in the bottom left corner or directly in the process model. The logging event can be found under the Control category, or you can search for it directly.

Create Logging Event

Setup

In the logging event you must choose one of the following three log levels:

  • INFO
  • WARNING
  • SEVERE

In addition, you can enable/disable what other parts of information will be included in the event log:

SettingDescription
Process LogSelect if process information (process id, execution time, process name, etc.) will be added to the log
Event LogSelect if event information (name, id, execution time) will be added to the log
Scenario LogSelect if scenario information (scenario id, scenario name, etc.) will be added to the log
Orchestra LogSelect if orchestra information (deployment information, instance, etc.) will be added to the log

The format of the log can be edited in the log format section.